ServiceGetEvents Method (SubscribeResponse) |
Gets events that have occurred in a mailbox since the last notification.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetEventsResponse GetEvents(
SubscribeResponse subscribeResponse
)
Public Function GetEvents (
subscribeResponse As SubscribeResponse
) As GetEventsResponse
Parameters
- subscribeResponse
- Type: Independentsoft.ExchangeSubscribeResponse
The subscribe response.
Return Value
Type:
GetEventsResponseA collection of notification events.
Exceptions
See Also